curl --request GET \
--url https://api.example.com/api/v1/personalize/generations/runs/{run_id}/leads \
--header 'Authorization: Bearer <token>'{
"generations": [
{
"generation_id": "<string>",
"lead_index": 123,
"lead_snapshot": {},
"status": "generated",
"generated_at": "<string>",
"subject": "<string>",
"body": "<string>",
"error": "<string>"
}
],
"total_generations": 123,
"offset": 123,
"limit": 123,
"has_more": true
}curl --request GET \
--url https://api.example.com/api/v1/personalize/generations/runs/{run_id}/leads \
--header 'Authorization: Bearer <token>'{
"generations": [
{
"generation_id": "<string>",
"lead_index": 123,
"lead_snapshot": {},
"status": "generated",
"generated_at": "<string>",
"subject": "<string>",
"body": "<string>",
"error": "<string>"
}
],
"total_generations": 123,
"offset": 123,
"limit": 123,
"has_more": true
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 01 <= x <= 500